projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c0b25e
)
[IA64] fix issue of can not find the qemu-dm in ia64
author
Keir Fraser
<keir.fraser@citrix.com>
Mon, 9 Mar 2009 09:18:08 +0000
(09:18 +0000)
committer
Keir Fraser
<keir.fraser@citrix.com>
Mon, 9 Mar 2009 09:18:08 +0000
(09:18 +0000)
IA64 uses the /usr/lib/ for xen. We do not=20
need to check the arch_libdir in ia64. It will
return the wrong value to arch_libdir. And guest
can not boot.
Signed-off-by: Yang Zhang <yang.zhang@intel.com>
tools/examples/xmexample.vti
patch
|
blob
|
history
diff --git
a/tools/examples/xmexample.vti
b/tools/examples/xmexample.vti
index 19070f2a98b122dab37c66c17780b364f6cf64a5..d93c6531acad9d6234423c3b28465708f40d2585 100644
(file)
--- a/
tools/examples/xmexample.vti
+++ b/
tools/examples/xmexample.vti
@@
-9,8
+9,6
@@
import os, re
arch_libdir = 'lib'
arch = os.uname()[4]
-if os.uname()[0] == 'Linux' and re.search('64', arch):
- arch_libdir = 'lib64'
#----------------------------------------------------------------------------
# Kernel image file.